PATH![]() |
![]() ![]() |
Allows a task to terminate itself
void MPExit (OSStatus status);
When called from within a preemptive task, the task terminates, and the value indicated by the parameter status is sent to the termination message queue you specified in MPCreateTask . Note that you cannot call MPExit from outside a preemptive task.